func runtime.mincore
2 uses
runtime (current package)
os_linux.go#L216: func mincore(addr unsafe.Pointer, n uintptr, dst *byte) int32
os_linux.go#L249: err := mincore(unsafe.Pointer(uintptr(p)+n), 1, &addrspace_vec[0])
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)